net/http.serveMux121.handle (method)
4 uses
net/http (current package)
servemux121.go#L52: func (mux *serveMux121) handle(pattern string, handler Handler) {
servemux121.go#L100: mux.handle(pattern, HandlerFunc(handler))
server.go#L2758: mux.mux121.handle(pattern, handler)
server.go#L2779: DefaultServeMux.mux121.handle(pattern, handler)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |